How can I obtain mp3 metadata to rename them? [closed]
Posted
by
Blaze
on Programmers
See other posts from Programmers
or by Blaze
Published on 2012-11-03T17:10:20Z
Indexed on
2012/11/04
5:22 UTC
Read the original article
Hit count: 247
I am planing on writing an application using Vala. Its purposed is to import mp3 files from a location and rename them if necessary. The renaming information should be provided by the ID3 tags in the mp3 file such as the title and the number of the song. My target platform is Ubuntu (Linux). As the question says, I am searching for how can I achieve this on Vala. I think this functionality might be provided by Gstreamer.
© Programmers or respective owner